func go/types.endPos

3 uses

	go/types (current package)
		assignments.go#L602: 	scopePos := endPos(rhs[len(rhs)-1])
		literals.go#L88: 		sig.scope.end = endPos(e)
		util.go#L53: func endPos(n ast.Node) token.Pos { return n.End() }